home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / PANORAMA / CATALOG.Z / PLAINTXT.DTD < prev    next >
Encoding:
Text File  |  1995-07-24  |  1.2 KB  |  34 lines

  1.  
  2. <!-- This DTD offers a simple way to read plain ASCII files
  3.     and include very basic linking within them.
  4.  
  5.     To the top of any text file, add the following two lines:
  6.         <!DOCTYPE plaintxt PUBLIC "plaintxt.dtd">
  7.         <PLAINTXT>
  8.     and at the end of the file, add:
  9.         </PLAINTXT>
  10.  
  11.     To create a point which is linked "to*, in front of it
  12.     type <LINKST ID="Ax"> where A is any alphabetic
  13.     character or characters, and x is a number; after
  14.     the anchor text, type </LINKST>.
  15.  
  16.     To create a link to that point, type 
  17.     <LINKEND IDREF="Ax"> before the linking text,
  18.     and </LINKEND> afterwards. The Ax should be the
  19.     same for the link to work. You can have any number
  20.     of <LINKEND> elements pointing to the same <LINKST>,
  21.     but each <LINKST> must have a unique ID.
  22.  
  23.     In Panorama PRO, you may find it easier to not bother
  24.     with the LINKST and LINKEND element types, but
  25.     simply to highlight a phrase, click on Begin Link,
  26.     highlight another (in the same or another document)
  27.     and then click on Connect Link.
  28. -->
  29.  
  30. <!ELEMENT plaintxt        o o  (#PCDATA|linkst|linkend)*>
  31. <!ELEMENT (linkst|linkend)     -  o    (#PCDATA)>
  32. <!ATTLIST  linkst    ID    ID  #REQUIRED>
  33. <!ATTLIST  linkend    IDREF    IDREF  #REQUIRED>
  34.